FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource ConceptMap/FHIR Server from package ca.on.dhdr.r4.v4#0.1.2-beta (63 ms)

Package ca.on.dhdr.r4.v4
Type ConceptMap
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://hl7.org/fhir/ConceptMap/101
Url http://hl7.org/fhir/ConceptMap/101
Version 4.0.1
Status draft
Date 2012-06-13
Name FHIRv3AddressUse
Title FHIR v3 Address Use Mapping
Experimental True
Realm ca
Authority hl7
Description A mapping between the FHIR and HL7 v3 AddressUse Code systems
Purpose To help implementers map from HL7 v3/CDA to FHIR
Copyright Creative Commons 0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
http://hl7.org/fhir/address-use Address Use
http://terminology.hl7.org/CodeSystem/v3-AddressUse AddressUse
http://terminology.hl7.org/ValueSet/v3-AddressUse AddressUse


Narrative

Note: links and images are rebased to the (stated) source

FHIR to v3-Address-Use SAMPLE CONCEPT MAP (http://hl7.org/fhir/ConceptMap/101)

Mapping from http://hl7.org/fhir/ValueSet/address-use to http://terminology.hl7.org/ValueSet/v3-AddressUse

DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project team (example): http://hl7.org/fhir ). Creative Commons 0

A SAMPLE ONLY mapping between the FHIR and HL7 v3 AddressUse Code systems


Source Code Equivalence Destination Code Comment
home equivalent H (home address)
work equivalent WP (work place)
temp (Temporary) equivalent TMP (temporary address)
old (Old / Incorrect) disjoint BAD (bad address) In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old

Source

{
  "resourceType" : "ConceptMap",
  "id" : "101",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2> FHIR to v3-Address-Use SAMPLE CONCEPT MAP (http://hl7.org/fhir/ConceptMap/101)</h2><p> Mapping from \n <a href=\"valueset-address-use.html\">http://hl7.org/fhir/ValueSet/address-use</a> to \n <a href=\"v3/AddressUse/vs.html\">http://terminology.hl7.org/ValueSet/v3-AddressUse</a></p><p> DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project\n team (example): \n <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a> ). Creative Commons 0\n </p><div><p> A SAMPLE ONLY mapping between the FHIR and HL7 v3 AddressUse Code systems</p></div><br /><table class=\"grid\"><tr><td><b> Source Code</b></td><td><b> Equivalence</b></td><td><b> Destination Code</b></td><td><b> Comment</b></td></tr><tr><td> home</td><td> equivalent</td><td> H (home address)</td><td /></tr><tr><td> work</td><td> equivalent</td><td> WP (work place)</td><td /></tr><tr><td> temp (Temporary)</td><td> equivalent</td><td> TMP (temporary address)</td><td /></tr><tr><td> old (Old / Incorrect)</td><td> disjoint</td><td> BAD (bad address)</td><td> In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide\n a time, there's no simple equivalent of flagging an address as old</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/101",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"
  },
  "version" : "4.0.1",
  "name" : "FHIRv3AddressUse",
  "title" : "FHIR v3 Address Use Mapping",
  "status" : "draft",
  "experimental" : true,
  "date" : "2012-06-13",
  "publisher" : "HL7, Inc",
  "contact" : [
    {
      "name" : "FHIR project team (example)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "A mapping between the FHIR and HL7 v3 AddressUse Code systems",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "venue"
      },
      "valueCodeableConcept" : {
        "text" : "for CCDA Usage"
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "purpose" : "To help implementers map from HL7 v3/CDA to FHIR",
  "copyright" : "Creative Commons 0",
  "sourceUri" : "http://hl7.org/fhir/ValueSet/address-use",
  "targetUri" : "http://terminology.hl7.org/ValueSet/v3-AddressUse",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/address-use",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
      "element" : [
        {
          "code" : "home",
          "display" : "home",
          "target" : [
            {
              "code" : "H",
              "display" : "home",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "work",
          "display" : "work",
          "target" : [
            {
              "code" : "WP",
              "display" : "work place",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "temp",
          "display" : "temp",
          "target" : [
            {
              "code" : "TMP",
              "display" : "temporary address",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "old",
          "display" : "old",
          "target" : [
            {
              "code" : "BAD",
              "display" : "bad address",
              "equivalence" : "disjoint",
              "comment" : "In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old"
            }
          ]
        }
      ],
      "unmapped" : {
        "mode" : "fixed",
        "code" : "temp",
        "display" : "temp"
      }
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.